DeeplinkResponse

sealed class DeeplinkResponse

A class representing the types of Deeplink responses that the Stytch client has handled

Types

Link copied to clipboard
data class Auth(val result: StytchResult<CommonAuthenticationData>) : DeeplinkResponse

An authenticated user response

Link copied to clipboard
data class Discovery(val result: StytchResult<DiscoveryAuthenticateResponseData>) : DeeplinkResponse

A B2B discovery response

Properties

Link copied to clipboard
open val result: StytchResult<Any>

A StytchResult representing either the authenticated or discovery response, or an error.

Inheritors

Link copied to clipboard
Link copied to clipboard